home *** CD-ROM | disk | FTP | other *** search
/ Visual Basic Source Code / Visual Basic Source Code.iso / vbsource / popupre / file_id.diz next >
Text File  |  1995-12-11  |  364b  |  1 lines

  1. This little demo project shows a reentrancy pitfall when popup menus are organized on a (invisible) menu container form. It demonstrates that a popup menu refuses to appear on a modal form when the form is opened by an entry of a popup menu; this doesn't happen with modeless or MDI child forms. Helpful for studying non reentrancy of VB code. Code fully commented